_vimrc

filetype plugin indent on set encoding=utf-8 cd E:Project colo koehler set guifont=Courier_New:h10 set shiftwidth=4 set sts=4 set tabstop=4 autocmd FileType html,htm,js,php set shiftwidth=2 | set sts=2 | set tabstop=2 | set expandtab set expandtab set nu set autochdir 我要维护一个_vimrc文件… 就放在这里好了